func math.archPow

2 uses

	math (current package)
		pow.go#L50: 		return archPow(x, y)
		stubs.go#L128: func archPow(x, y float64) float64 {